.textInput {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-size: 2.5vh;
  color: rgb(87, 69, 64);
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.textInput::placeholder {
  color: rgba(87, 69, 64, 0.7);
  font-weight: normal;
  text-align: center;
}